UNPKG

226 BJavaScriptView Raw
1module.exports = {
2 "name": "Python console",
3 "type": "programming",
4 "color": "#3572A5",
5 "group": "Python",
6 "aliases": [
7 "pycon"
8 ],
9 "tmScope": "text.python.console",
10 "aceMode": "text",
11 "languageId": 428
12}